home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 6-Pak - Disc 4
/
Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO
/
Automation-Utilities
/
AutoIt.exe
/
Examples
/
notepad.ini
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-19
|
345 b
|
18 lines
; Example Script
; ==============
; Runs notepad, types stuff in, pauses then exits
Run, notepad.exe
WinWaitActive, Untitled -
Send, aAbBcCdDeEfF {!}"$%{^}&*()_-{+}=#{ENTER}
Sleep, 1000
Send, 12345678
Send, {BS 4}#{BACKSPACE 4}
Send, !{F4}
WinWaitActive, Notepad, save the changes?
Send, !n
WinWaitClose, Untitled - Notepad